Crate libp2p_quic[][src]

Structs

KeyLogFile

KeyLog implementation that opens a file whose name is given by the SSLKEYLOGFILE environment variable, and writes keys into it.

Keypair

An ed25519 keypair.

PublicKey

An ed25519 public key.

QuicConfig

Quic configuration.

QuicDial
QuicMuxer

State for a single opened QUIC connection.

QuicTransport
TransportConfig

Parameters governing the core QUIC state machine

Enums

ConfigError

Errors in the configuration of an endpoint

ConnectError

Errors in the parameters being used to create a new connection

ConnectionError

Reasons why a connection might be lost

QuicError
QuicMuxerError

Traits

KeyLog

This trait represents the ability to do something useful with key material, such as logging it to a file for debugging.

ToLibp2p

Functions

generate_keypair